home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_libgtop.idb / usr / freeware / include / glibtop_server.h.z / glibtop_server.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  1.7 KB  |  53 lines

  1. /* $Id: glibtop_server.h,v 1.6 1999/02/23 11:46:16 martin Exp $ */
  2.  
  3. /* Copyright (C) 1998-99 Martin Baulig
  4.    This file is part of LibGTop 1.0.
  5.  
  6.    Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
  7.  
  8.    LibGTop is free software; you can redistribute it and/or modify it
  9.    under the terms of the GNU General Public License as published by
  10.    the Free Software Foundation; either version 2 of the License,
  11.    or (at your option) any later version.
  12.  
  13.    LibGTop is distributed in the hope that it will be useful, but WITHOUT
  14.    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  15.    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  16.    for more details.
  17.  
  18.    You should have received a copy of the GNU General Public License
  19.    along with LibGTop; see the file COPYING. If not, write to the
  20.    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  21.    Boston, MA 02111-1307, USA.
  22. */
  23.  
  24. #ifndef __GLIBTOP_SERVER_H__
  25. #define __GLIBTOP_SERVER_H__
  26.  
  27. BEGIN_LIBGTOP_DECLS
  28.  
  29. #define GLIBTOP_SUID_CPU        0
  30. #define GLIBTOP_SUID_MEM        0
  31. #define GLIBTOP_SUID_SWAP        0
  32. #define GLIBTOP_SUID_UPTIME        0
  33. #define GLIBTOP_SUID_LOADAVG        0
  34. #define GLIBTOP_SUID_SHM_LIMITS        0
  35. #define GLIBTOP_SUID_MSG_LIMITS        0
  36. #define GLIBTOP_SUID_SEM_LIMITS        0
  37. #define GLIBTOP_SUID_PROCLIST        0
  38. #define GLIBTOP_SUID_PROC_STATE        0
  39. #define GLIBTOP_SUID_PROC_UID        0
  40. #define GLIBTOP_SUID_PROC_MEM        0
  41. #define GLIBTOP_SUID_PROC_TIME        0
  42. #define GLIBTOP_SUID_PROC_SIGNAL    0
  43. #define GLIBTOP_SUID_PROC_KERNEL    0
  44. #define GLIBTOP_SUID_PROC_SEGMENT    0
  45. #define GLIBTOP_SUID_PROC_ARGS        0
  46. #define GLIBTOP_SUID_PROC_MAP        0
  47. #define GLIBTOP_SUID_NETLOAD        0
  48. #define GLIBTOP_SUID_PPP        0
  49.  
  50. END_LIBGTOP_DECLS
  51.  
  52. #endif
  53.